[INFO] cloning repository https://github.com/basalt-rs/basalt-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/basalt-rs/basalt-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbasalt-rs%2Fbasalt-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbasalt-rs%2Fbasalt-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0ca1e65b63466b0275fc31739971bda013a22f6f
[INFO] checking basalt-rs/basalt-cli against try#24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbasalt-rs%2Fbasalt-cli" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/basalt-rs/basalt-cli
[INFO] finished tweaking git repo https://github.com/basalt-rs/basalt-cli
[INFO] tweaked toml for git repo https://github.com/basalt-rs/basalt-cli written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/basalt-rs/basalt-cli on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/basalt-rs/basalt-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0091a5b9b7775601feb4abb5d0755174e178b94eaf0d52bd7a14e81b9a74cf3f
[INFO] running `Command { std: "docker" "start" "0091a5b9b7775601feb4abb5d0755174e178b94eaf0d52bd7a14e81b9a74cf3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0091a5b9b7775601feb4abb5d0755174e178b94eaf0d52bd7a14e81b9a74cf3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0091a5b9b7775601feb4abb5d0755174e178b94eaf0d52bd7a14e81b9a74cf3f" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0091a5b9b7775601feb4abb5d0755174e178b94eaf0d52bd7a14e81b9a74cf3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0091a5b9b7775601feb4abb5d0755174e178b94eaf0d52bd7a14e81b9a74cf3f" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking ttf-parser v0.24.1
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking kurbo v0.11.3
[INFO] [stderr]     Checking memmap2 v0.9.8
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking unicode-ccc v0.3.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking unscanny v0.1.0
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.3.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]     Checking zune-jpeg v0.4.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking regex-automata v0.4.11
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking data-url v0.3.2
[INFO] [stderr]    Compiling icu_segmenter_data v1.5.1
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]     Checking svgtypes v0.15.3
[INFO] [stderr]     Checking imagesize v0.13.0
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking numerals v0.1.4
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]     Checking unicode-math-class v0.1.0
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking indexmap-nostd v0.4.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking wasmi_core v0.35.0
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking chinese-variant v1.1.3
[INFO] [stderr]     Checking mutate_once v0.1.2
[INFO] [stderr]     Checking multi-stash v0.2.0
[INFO] [stderr]     Checking wasmparser-nostd v0.100.2
[INFO] [stderr]     Checking lipsum v0.9.1
[INFO] [stderr]     Checking kamadak-exif v0.5.5
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking if_chain v1.0.2
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking hypher v0.1.5
[INFO] [stderr]     Checking fontdb v0.21.0
[INFO] [stderr]     Checking typst-assets v0.12.0
[INFO] [stderr]     Checking qcms v0.3.0
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]     Checking regex v1.11.3
[INFO] [stderr]     Checking image-webp v0.1.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking typst-utils v0.12.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]    Compiling pulldown-cmark v0.11.3
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking subsetter v0.2.2
[INFO] [stderr]     Checking getopts v0.2.23
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking xmp-writer v0.3.2
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling comemo-macros v0.4.0
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling typst-macros v0.12.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking chinese-number v0.7.7
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/24e1a22664233bce1f9b5dc6eee7c1f74327e28c/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=0fb61bf817d5f24a -C extra-filename=-c0ce0a192e4f7dd1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-2998dc56ed90fbb0.rmeta --cap-lints allow --cap-lints=forbid --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/24e1a22664233bce1f9b5dc6eee7c1f74327e28c/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=4a8820e318cdd689 -C extra-filename=-52237c5fb876310d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-696d9749778e1593.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-7cb8a163e7d964d6.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-527e1dcc372a7d63.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-074d18cb14ef4af7.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-8b80527c21a6f036.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-8a1898152f38311f.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-059cbf9c51475583.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0091a5b9b7775601feb4abb5d0755174e178b94eaf0d52bd7a14e81b9a74cf3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0091a5b9b7775601feb4abb5d0755174e178b94eaf0d52bd7a14e81b9a74cf3f", kill_on_drop: false }`
[INFO] [stdout] 0091a5b9b7775601feb4abb5d0755174e178b94eaf0d52bd7a14e81b9a74cf3f
